RSCOPY is a simple REXX program that I find handy for doing backups. I first encountered this approach with Norton's NCOPY. RSCOPY only copies a file if it does not exist in the target path or if the new (source) file has a more recent timestamp on it than the one in the target path. It needs to run in OS/2 (I use 2.0) because it loads an external REXX function provided by the REXX environment. Example: call rscopy c:\quicken\*.* a:\quick_91 call rscopy c:\quicken5\q.cfg a:\quick_91 call rscopy c:\utility\*.* a:\utility Comments? CompuServe 72206,2604; ExecPC Mike Sovitzky by Rick Sovitzky